home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 355_01 / slk1.exe / SHERLOCK / TURBOC / PRF.MAK < prev    next >
Encoding:
Text File  |  1988-06-06  |  167 b   |  7 lines

  1. # Turbo C make file for prffar.obj and prfnear.obj
  2. #
  3.  
  4. prffar.obj: ..\prf.asm
  5.   masm /MX /ML ..\prf.asm,prffar.obj;
  6.   masm /MX /ML /DNEAR ..\prf.asm,prfnear.obj;
  7.